home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Fractal Forge / FractalForge.exe / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Encoding:
Text File  |  2002-08-26  |  4.4 KB  |  192 lines

  1. object AboutBox: TAboutBox
  2.   Left = 352
  3.   Top = 174
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 303
  7.   ClientWidth = 276
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   DesignSize = (
  21.     276
  22.     303)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label3: TLabel
  26.     Left = 236
  27.     Top = 184
  28.     Width = 32
  29.     Height = 13
  30.     Caption = 'Label3'
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 4
  34.     Top = 4
  35.     Width = 268
  36.     Height = 266
  37.     Anchors = [akLeft, akTop, akRight, akBottom]
  38.     BevelInner = bvRaised
  39.     BevelOuter = bvLowered
  40.     TabOrder = 0
  41.     DesignSize = (
  42.       268
  43.       266)
  44.     object ProgramIcon: TImage
  45.       Left = 8
  46.       Top = 8
  47.       Width = 65
  48.       Height = 57
  49.       Picture.Data = {<image001.bmp>}
  50.       Stretch = True
  51.       IsControl = True
  52.     end
  53.     object ProductName: TLabel
  54.       Left = 88
  55.       Top = 8
  56.       Width = 109
  57.       Height = 19
  58.       Caption = 'Product Name'
  59.       Font.Charset = DEFAULT_CHARSET
  60.       Font.Color = clBlack
  61.       Font.Height = -16
  62.       Font.Name = 'Arial'
  63.       Font.Style = [fsBold]
  64.       ParentFont = False
  65.       IsControl = True
  66.     end
  67.     object Version: TLabel
  68.       Left = 152
  69.       Top = 32
  70.       Width = 76
  71.       Height = 19
  72.       Caption = 'V Number'
  73.       Font.Charset = DEFAULT_CHARSET
  74.       Font.Color = clBlack
  75.       Font.Height = -16
  76.       Font.Name = 'Arial'
  77.       Font.Style = [fsBold]
  78.       ParentFont = False
  79.       IsControl = True
  80.     end
  81.     object Label1: TLabel
  82.       Left = 88
  83.       Top = 32
  84.       Width = 59
  85.       Height = 19
  86.       Caption = 'Version'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clBlack
  89.       Font.Height = -16
  90.       Font.Name = 'Arial'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.       IsControl = True
  94.     end
  95.     object Label2: TLabel
  96.       Left = 4
  97.       Top = 82
  98.       Width = 257
  99.       Height = 64
  100.       Caption = 
  101.         'If this program was made I have to thank Paola and Sansone (my d' +
  102.         'og) not forgetting my cat and my three turtles. All this is made' +
  103.         ' possible by their love.'
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clBlack
  106.       Font.Height = -13
  107.       Font.Name = 'Arial'
  108.       Font.Style = []
  109.       ParentFont = False
  110.       WordWrap = True
  111.     end
  112.     object Copyright: TLabel
  113.       Left = 88
  114.       Top = 56
  115.       Width = 76
  116.       Height = 19
  117.       Caption = 'Copyright'
  118.       Font.Charset = DEFAULT_CHARSET
  119.       Font.Color = clBlack
  120.       Font.Height = -16
  121.       Font.Name = 'Arial'
  122.       Font.Style = [fsBold]
  123.       ParentFont = False
  124.     end
  125.     object Label4: TLabel
  126.       Left = 4
  127.       Top = 152
  128.       Width = 255
  129.       Height = 64
  130.       Caption = 
  131.         'Please consider support Fractal Forge choosing an item from my w' +
  132.         'ish list at Amazon.com. Paola will be grateful too, and she is t' +
  133.         'he one who must  bear me! ;)'
  134.       Font.Charset = DEFAULT_CHARSET
  135.       Font.Color = clBlack
  136.       Font.Height = -13
  137.       Font.Name = 'Arial'
  138.       Font.Style = [fsBold, fsItalic]
  139.       ParentFont = False
  140.       WordWrap = True
  141.     end
  142.     object Label5: TLabel
  143.       Left = 4
  144.       Top = 220
  145.       Width = 240
  146.       Height = 16
  147.       Cursor = crHandPoint
  148.       Anchors = [akLeft, akBottom]
  149.       Caption = 'http://sourceforge.net/projects/fractalforge'
  150.       Color = clBtnFace
  151.       Font.Charset = DEFAULT_CHARSET
  152.       Font.Color = clBlue
  153.       Font.Height = -13
  154.       Font.Name = 'Arial'
  155.       Font.Style = [fsUnderline]
  156.       ParentColor = False
  157.       ParentFont = False
  158.       WordWrap = True
  159.       OnClick = HttpClick
  160.     end
  161.     object Label6: TLabel
  162.       Left = 4
  163.       Top = 242
  164.       Width = 112
  165.       Height = 16
  166.       Cursor = crHandPoint
  167.       Anchors = [akLeft, akBottom]
  168.       Caption = 'uberto@ubiland.net'
  169.       Color = clBtnFace
  170.       Font.Charset = DEFAULT_CHARSET
  171.       Font.Color = clBlue
  172.       Font.Height = -13
  173.       Font.Name = 'Arial'
  174.       Font.Style = [fsUnderline]
  175.       ParentColor = False
  176.       ParentFont = False
  177.       WordWrap = True
  178.       OnClick = MailClick
  179.     end
  180.   end
  181.   object OKButton: TBitBtn
  182.     Left = 197
  183.     Top = 275
  184.     Width = 75
  185.     Height = 25
  186.     Anchors = [akRight, akBottom]
  187.     TabOrder = 1
  188.     OnClick = OKButtonClick
  189.     Kind = bkOK
  190.   end
  191. end
  192.